home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tclX-6.4 / help / internation / catopen < prev   
Encoding:
Text File  |  1992-12-17  |  943 b   |  18 lines

  1.  
  2.  
  3.           catopen [-fail|-nofail] catname
  4.                Open the message catalog catname.  This may be a
  5.                relative path name, in which case the NLSPATH
  6.                environment variable is searched to find an absolute
  7.                path to the message catalog.  A handle in the form
  8.                msgcatN is returned.  Normally, errors are ignored, and
  9.                in the case of a failed call to catopen, a handle is
  10.                returned to an unopened message catalog.  (This handle
  11.                may still be passed to catgets and catclose, causing
  12.                catgets to simply return the default string, as
  13.                described above.  If the -fail option is specified, an
  14.                error is returned if the open fails.  The option
  15.                -nofail specifies the default behavior of not returning
  16.                an error when catopen fails to open a specified message
  17.                catalog.
  18.